Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewVirtualStackPanel<TItem> Class / TabIndex Property

In This Topic
    TabIndex Property (ListViewVirtualStackPanel<TItem>)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Nullable(Of Integer)
    public Nullable<int> TabIndex {get; set;}
    See Also